home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Installer.app / Contents / Resources / English.lproj / LogWindow.nib / classes.nib next >
Encoding:
Text File  |  2004-07-07  |  794 b   |  22 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = GradientView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  5.         {CLASS = HzScrollingNSTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  6.         {
  7.             ACTIONS = {printInstallerDocument = id; saveLog = id; showDetail = id; }; 
  8.             CLASS = LogWindowController; 
  9.             LANGUAGE = ObjC; 
  10.             OUTLETS = {
  11.                 detailButton = NSPopUpButton; 
  12.                 logView = NSTableView; 
  13.                 printButton = NSButton; 
  14.                 saveButton = NSButton; 
  15.                 window = NSWindow; 
  16.             }; 
  17.             SUPERCLASS = NSObject; 
  18.         }, 
  19.         {CLASS = NSObject; LANGUAGE = ObjC; }
  20.     ); 
  21.     IBVersion = 1; 
  22. }